IStopCommand 介面

代表一个受控的运动停止,可中断所有正在执行中的方法。当轴处于停止 (Stopping) 状态,其他函式将无法移动轴,当轴到达速度零后,IKsCommandDone 属性将立即设为 true。欲离开停止 (Stopping) 状态并转为静止 (Standstill) 状态,请使用 Abort

继承体系

System.Object
  IntervalZero.KINGSTAR.Base.Class.IKsCommand
    IntervalZero.KINGSTAR.Base.Class.IStopCommand

命名空间IntervalZero.KINGSTAR.Base.Class

组合: IntervalZero.KINGSTAR.Base.Class (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

语法

C#VB
public interface IStopCommand : IKsCommand
Public Interface IStopCommand Inherits IKsCommand

 

IStopCommand 介面陈列了以下成员。

属性

 名称说明
Deceleration减速度值。
Jerk加加速度值。

参见

IntervalZero.KINGSTAR.Base.Class 命名空间